← Back to issue list

PKG_CONFIG_PATH during build step should include multiarch paths

View original Launchpad issue

Metadata

Project
snapcraft (launchpad)
Number
#1796802
Type
issue
State
open
Author
~brlin
Labels
Created
2018-10-09 06:42:16.504555+00:00
Updated
2018-10-09 06:42:16.504555+00:00
Closed

Current evaluation

No evaluation has been recorded for this issue yet.

Issue body

Currently the PKG_CONFIG_PATH environmental variable is set to `$SNAPCRAFT_STAGE/lib/pkgconfig` during build step, however, some parts install their pc files at `$SNAPCRAFT_STAGE/lib/$DEBIAN_MULTIARCH_TUPLE/pkgconfig` and as a result the files are not read during the building of other parts. IMO `$SNAPCRAFT_STAGE/lib/$DEBIAN_MULTIARCH_TUPLE/pkgconfig` should also be set as a fallback path.

Evaluation history

No evaluation history available.